Below is a reading list I am in the process of compiling for researchers interested in manipulation. Please email me with suggestions for papers to add.

Surveys:

"Towards Robotic Manipulation," M. Mason (2018): Excellent introduction to robotic manipulation. The paper outlines what manipulation is from several perspectives and provides an interesting comparative perspective on engineering manipulation solutions vs biological evolution. The paper continues to discuss tool use and the key challenges in engineering manipulation.

"Reinforcement learning in robotics: A survey," J. Kober et al. (2018): Great introduction, fairly comprehensive and outlines many challenges. Interestingly, I'm not sure how well this paper will age.

Contact Mechanics:

"Rigid-Body Dynamics with Friction and Impact," D. Stewart (2000): Easy to read introduction to single-point and multi-point rigid-body contact modeling using linear complementarity formulation with time-stepping. Has a lot of detail for numerical implementations and uses Newton restitution model.

"Time-stepping for three-dimensional rigid body dynamics," M. Anitescu et al. (1999): An important companion paper to the one mentioned above. Gives a really nice modeling explanation and introduces elastic contact restitution for Poission.

"On the Similarities and Differences Among Contact Models in Robot Simulation," P. Horak et al. (2018): Great paper comparing 4 classes of contact models (Nonlinear complementarity, linear complementarity, conic complementarity, pseudo-rigid models) for some test applications.

Planning Through Contact:

"A Direct Method for Trajectory Optimization of Rigid Bodies Through Contact," M. Posa et al. (2014): Planning through contact with rigid-body dynamics. Formulates the trajectory optimization problem through contact, making the LCP constraints explicit in the optimization.

"Contact-Implicit Trajectory Optimization Using Variational Integrators," Z. Manchester et al. (2014): Read after reading Michael's paper above. Another instances of explicitly including the LCP constraints for contact in the optimization. This paper introduces higher order accuracy integration for the contact free motion, allowing bigger steps.

"In-Hand Manipulation via Motion Cones," N. Chavan-Dafle et al. (2018): Paper demonstrating in hand manipulation using stable frictional contacts. The formulation shows how to use the environment as an additional finger and computes a sequence of motions for the robot gripper to re-grasp the object in a desired pose. The planner is very fast and the video is very good.

State Estimation Through Contact:

Learning for Manipulation:

"Deep Object Pose Estimation for Semantic Robotic Grasping of Household Objects," J. Tremblay et al. (2018): Demonstrates the pose tracking of several items. It works remarkably well, even in clutter and during occlusions. The system seems to only be working for 6 objects but returns 6dof poses and is available for download.

"SE3-Pose-Nets: Structured Deep Dynamics Models for Visuomotor Control," A. Byravan et al. (2018): Demonstrates a structured approach to learning visuomotor skills. The novelty is in the masks the network produces, capturing limbs and their motions. This is in contrast to the vast majority of work which does not explicitly reason about limbs and uses either purely sensory data from encoders or images with no masks or mappings to limbs.

"Learning Synergies between Pushing and Grasping with Self-supervised Deep Reinforcement Learning," A. Zheng et al. (2018): An end to end approach for learning grasp and pick synergies for object picking. The input is an image, the output is a grasp or a pick action. The robot separates objects and picks whatever it can.

"Augmenting Physical Simulators with Stochastic Neural Networks: Case Study of Planar Pushing and Bouncing," A. Ajay et al. (2018): Learning a recurrent network that corrects predictions made by a physics engine, then shows how to use the model for a planar manipulation task. The task is to push a secondary disk to a goal target by pushing on a primary disk.

"Leveraging Contact Forces for Learning to Grasp," H. Merzic et al. (2018): Uses measured contact forces to infer and improve the quality of grasps. They use a RL formulation for the problem and the training is mostly done in simulation. The results seem good but yet to be tested in the real world.

"Motion-based Object Segmentation based on Dense RGB-D Scene Flow," L. Shao et al. (2018): Approach to segmenting objects moving in a scene by tracking pixel flows. The approach is reminiscent to some of Dieter’s work on SE3 nets for object segmentation. This one is different because the output of the network is not a 6dof pose, rather its masks for objects in the scene.

"Dense Object Nets: Learning Dense Visual Object Descriptors By and For Robotic Manipulation," P. Florence et al. (2018): Learning some latent representations for objects that allow for generalization to novel instances of the same object. The approach demonstrates grasping for objects using these features. The paper was well received at CoRL 2018.

"Propagation Networks for Model-Based Control Under Partial Observation," Y. Li et al. (2018): A nuanced version of interactive networks that allow for multiple force interactions between bodies. The approach is useful for modeling and control of rigid-body dynamics and is a solid contribution to the area.

Human Manipulation: